HomeSort by relevance Sort by last modified time
    Searched defs:target_id (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h 110 * target_id set to 'screen'.
143 int target_id,
180 int target_id,
199 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id set to 'screen'.
233 int target_id,
261 int target_id,
278 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id set to 'screen'.
312 int target_id,
353 int target_id,
370 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id set to 'screen'
714 int target_id; member in struct:__anon17102
738 int target_id; member in struct:__anon17104
763 int target_id; member in struct:__anon17106
787 int target_id; member in struct:__anon17108
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 154 class target_id(aetools.ComponentItem): class in inherits:aetools.ComponentItem
346 target_id._superclassnames = []
347 target_id._privpropdict = {
349 target_id._privelemdict = {
419 'targ' : target_id,
  /art/compiler/dex/quick/
mir_to_lir.cc 634 BasicBlockId target_id = is_taken ? bb->taken : bb->fall_through; local
635 if (mir_graph_->IsBackedge(bb, target_id) &&
636 (kLeafOptimization || !mir_graph_->HasSuspendTestBetween(bb, target_id))) {
639 OpUnconditionalBranch(&label_list[target_id]);
662 BasicBlockId target_id = is_taken ? bb->taken : bb->fall_through; local
663 if (mir_graph_->IsBackedge(bb, target_id) &&
664 (kLeafOptimization || !mir_graph_->HasSuspendTestBetween(bb, target_id))) {
667 OpUnconditionalBranch(&label_list[target_id]);
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.cc 317 const std::string target_id = info.path.substr(strlen(kThumbUrlPrefix)); local
318 DevToolsTarget* target = GetTarget(target_id);
459 std::string* target_id) {
475 *target_id = command->substr(separator_pos + 1);
500 std::string target_id; local
501 if (!ParseJsonPath(path, &command, &target_id)) {
560 const std::string target_id = target->GetId(); local
561 target_map_[target_id] = target.release();
566 DevToolsTarget* target = GetTarget(target_id);
571 "No such target id: " + target_id);
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 1842 NJ_UINT16 target_id; local
    [all...]
  /external/libsepol/src/
link.c 855 char *id = key, *new_id = NULL, *target_id; local
878 target_id = mod->policy->p_type_val_to_name[primval - 1];
879 target_type = hashtab_search(state->base->p_types.table, target_id);
882 state->cur_mod_name, target_id, id);
886 if (!strcmp(id, target_id)) {
    [all...]

Completed in 235 milliseconds