HomeSort by relevance Sort by last modified time
    Searched defs:def (Results 176 - 200 of 813) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/security/
ScreenPinningSettings.java 118 int def = getCurrentSecurityTitle() != R.string.screen_pinning_unlock_none ? 1 : 0; local
120 Settings.Secure.LOCK_TO_APP_EXIT_LOCKED, def) != 0;
  /system/core/init/
util.cpp 342 size_t def = prop_name.find(":-"); local
343 if (def < prop_name.size()) {
344 def_val = prop_name.substr(def + 2);
345 prop_name = prop_name.substr(0, def);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test.c 266 int def; local
330 def = weak ? LDPK_WEAKUNDEF : LDPK_UNDEF;
332 def = LDPK_COMMON;
334 def = weak ? LDPK_WEAKDEF : LDPK_DEF;
375 syms[nsyms].def = def;
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
GCSConfigurationFactoryTest.java 131 ConfigurationDef def = local
133 Assert.assertNotNull(def);
138 ConfigurationDef def = local
141 Assert.assertNotNull(def);
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 425 View def = activity.findViewById(R.id.focusabledefault); local
432 assertFalse(def.isFocusable());
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationFactory.java 253 ConfigurationDef def = mConfigDefMap.get(configId); local
255 if (def == null || def.isStale()) {
256 def = new ConfigurationDef(configName);
257 loadConfiguration(configName, def, null, templateMap);
258 mConfigDefMap.put(configId, def);
266 return def;
358 ConfigurationDef def,
374 loadConfiguration(config_name, def, deviceTagObject, templateMap);
382 * @param def the loaded {@link ConfigurationDef
    [all...]
  /cts/hostsidetests/api/src/com/android/cts/api/
DexAnalyzer.java 273 .forEach(def -> System.err.println(" Defined class: " + def.getName()));
276 .forEach(def -> System.err
277 .println(" Defined method: " + def.getFullSignature()));
280 .forEach(def -> System.err
281 .println(" Defined field: " + def.getFullSignature()));
517 private static DefinedClass definedClassFrom(DexBackedClassDef def) {
518 String name = toCanonicalName(def.getType());
519 String superClassName = toCanonicalName(def.getSuperclass());
520 Collection<String> interfaceNames = def.getInterfaces().stream(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
codecs.c 786 PyMethodDef def; member in struct:__anon4549
858 PyObject *func = PyCFunction_New(&methods[i].def, NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
codecs.c 769 PyMethodDef def; member in struct:__anon4883
841 PyObject *func = PyCFunction_New(&methods[i].def, NULL);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 196 XSLTElementDef def = getElemDef(); local
197 Class classObject = def.getClassObject();
  /external/fio/
parse.h 64 const char *def; /* default setting */ member in struct:fio_option
  /external/flatbuffers/src/
idl_gen_grpc.cpp 269 const Definition *def = parser_.services_.vec[i]; local
270 p.package_name = LastNamespacePart(*(def->defined_namespace));
272 std::string filename = NamespaceDir(*def->defined_namespace) + def->name + "_grpc.go";
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 114 DecimalFormat def = new DecimalFormat(); local
133 Format clone = (Format) def.clone();
134 if( ! def.equals(clone)) {
157 res1 = def.format(d, res1, pos1);
188 def.setDecimalFormatSymbols(syms);
189 if( ! pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 111 DecimalFormat def = new DecimalFormat(); local
130 Format clone = (Format) def.clone();
131 if( ! def.equals(clone)) {
154 res1 = def.format(d, res1, pos1);
185 def.setDecimalFormatSymbols(syms);
186 if( ! pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) {
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/samples/
JavaConcepts.java 122 asc, def enum constant in enum:JavaConcepts.Teste
  /external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/
JavaConcepts.java 118 asc, def enum constant in enum:JavaConcepts.Teste
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
ast-build.c 246 KeycodeDef *def = malloc(sizeof(*def)); local
247 if (!def)
250 def->common.type = STMT_KEYCODE;
251 def->common.next = NULL;
252 def->name = name;
253 def->value = value;
255 return def;
261 KeyAliasDef *def = malloc(sizeof(*def)); local
276 VModDef *def = malloc(sizeof(*def)); local
291 VarDef *def = malloc(sizeof(*def)); local
307 VarDef *def; local
326 InterpDef *def = malloc(sizeof(*def)); local
342 KeyTypeDef *def = malloc(sizeof(*def)); local
358 SymbolsDef *def = malloc(sizeof(*def)); local
374 GroupCompatDef *def = malloc(sizeof(*def)); local
390 ModMapDef *def = malloc(sizeof(*def)); local
406 LedMapDef *def = malloc(sizeof(*def)); local
422 LedNameDef *def = malloc(sizeof(*def)); local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_from_ssa.c 72 * is represented by a combination of a hash table and the "def" parameter
86 nir_ssa_def *def; member in struct:__anon29315
103 while (dom_idx >= 0 && !ssa_def_dominates(dom[dom_idx], node->def))
109 if (node->def->name)
110 fprintf(fp, "ssa_%d /* %s */\n", node->def->index, node->def->name);
112 fprintf(fp, "ssa_%d\n", node->def->index);
114 dom[++dom_idx] = node->def;
120 get_merge_node(nir_ssa_def *def, struct from_ssa_state *state)
123 _mesa_hash_table_search(state->merge_node_table, def);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_enc.c 352 OMX_PARAM_PORTDEFINITIONTYPE *def = param; local
358 if (def->nPortIndex == OMX_BASE_FILTER_INPUTPORT_INDEX) {
379 priv->frame_rate = def->format.video.xFramerate;
831 OMX_VIDEO_PORTDEFINITIONTYPE *def = &port->sPortParam.format.video; local
851 templat.width = def->nFrameWidth;
852 templat.height = def->nFrameHeight;
892 OMX_VIDEO_PORTDEFINITIONTYPE *def = &port->sPortParam.format.video; local
905 box.width = def->nFrameWidth;
906 box.height = def->nFrameHeight;
910 ptr, def->nStride, 0)
973 OMX_VIDEO_PORTDEFINITIONTYPE *def = &port->sPortParam.format.video; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 224 nir_ssa_def *def; local
231 def = nir_fmov_alu(b, src, 4);
234 def = nir_fneg(b, def);
261 def = nir_vec4(b, chans[0], chans[1], chans[2], chans[3]);
264 return def;
283 nir_ssa_def *def, unsigned write_mask)
294 mov->src[0].src = nir_src_for_ssa(def);
295 for (unsigned i = def->num_components; i < 4; i++)
296 mov->src[0].swizzle[i] = def->num_components - 1
    [all...]
  /external/python/cpython2/Python/
codecs.c 942 PyMethodDef def; member in struct:__anon32946
1014 PyObject *func = PyCFunction_New(&methods[i].def, NULL);
  /external/skia/src/sksl/
SkSLMetalCodeGenerator.cpp 983 const FunctionDefinition& def = (const FunctionDefinition&) *e; local
    [all...]
  /external/skqp/src/sksl/
SkSLMetalCodeGenerator.cpp 983 const FunctionDefinition& def = (const FunctionDefinition&) *e; local
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc 612 // Attr def
637 NodeDef def; local
641 .Finalize(&def));
643 Node* fill = scope.graph()->AddNode(def, &status);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session_test.cc 250 GraphDef def; local
251 test::graph::ToGraphDef(&graph, &def);
255 TF_CHECK_OK(session->Create(def));
318 GraphDef def; local
319 test::graph::ToGraphDef(&graph, &def);
329 SetDevice(&def, a->name(), a_dev.name());
330 SetDevice(&def, b->name(), b_dev.name());
331 SetDevice(&def, c->name(), c_dev.name());
336 TF_CHECK_OK(session->Create(def));
398 GraphDef def; local
433 GraphDef def; local
490 GraphDef def; local
    [all...]

Completed in 1121 milliseconds

1 2 3 4 5 6 78 91011>>