HomeSort by relevance Sort by last modified time
    Searched defs:targets (Results 226 - 250 of 1054) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/common/
meta.c 934 static const GLenum targets[] = { local
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 205 static const GLenum targets[] = { local
221 STATIC_ASSERT(NUM_TEXTURE_TARGETS == ARRAY_SIZE(targets) + 2);
223 for (i = 0; i < ARRAY_SIZE(targets); ++i)
224 if (target == targets[i])
    [all...]
  /external/python/cpython2/Include/
Python-ast.h 91 asdl_seq *targets; member in struct:_stmt::__anon32499::__anon32503
95 asdl_seq *targets; member in struct:_stmt::__anon32499::__anon32504
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
397 stmt_ty _Py_Assign(asdl_seq * targets, expr_ty value, int lineno, int
  /external/python/cpython2/Python/
ast.c 2233 asdl_seq *targets; local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 1314 std::vector<string> inputs, outputs, targets; local
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 4508 Label* targets = new Label[branch_count]; local
    [all...]
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentTransitionTest.java 451 // Ensure that shared element transitions that have targets properly target the views
502 // Ensure that after transitions have executed that they don't have any targets or other
881 ArrayList<View> targets = transition.getTrackedTargets(); local
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
LogManager.java 1347 Handler[] targets = logger.getHandlers(); local
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 91 asdl_seq *targets; member in struct:_stmt::__anon66390::__anon66394
95 asdl_seq *targets; member in struct:_stmt::__anon66390::__anon66395
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
397 stmt_ty _Py_Assign(asdl_seq * targets, expr_ty value, int lineno, int
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 91 asdl_seq *targets; member in struct:_stmt::__anon66512::__anon66516
95 asdl_seq *targets; member in struct:_stmt::__anon66512::__anon66517
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
397 stmt_ty _Py_Assign(asdl_seq * targets, expr_ty value, int lineno, int
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 91 asdl_seq *targets; member in struct:_stmt::__anon905::__anon909
95 asdl_seq *targets; member in struct:_stmt::__anon905::__anon910
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
397 stmt_ty _Py_Assign(asdl_seq * targets, expr_ty value, int lineno, int
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 91 asdl_seq *targets; member in struct:_stmt::__anon1028::__anon1032
95 asdl_seq *targets; member in struct:_stmt::__anon1028::__anon1033
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
397 stmt_ty _Py_Assign(asdl_seq * targets, expr_ty value, int lineno, int
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 183 IAndroidTarget[] targets = getCompilationTargets(); local
185 List<String> targetLabels = new ArrayList<String>(targets.length);
186 for (IAndroidTarget target : targets) {
200 for (int i = 0, n = targets.length; i < n; i++) {
201 IAndroidTarget target = targets[i];
280 mBuildSdkCombo.setData(targets);
347 * and min sdk targets. Also runs {@link #validatePage} in case no valid entry was found.
385 IAndroidTarget[] targets = current.getTargets(); local
388 for (IAndroidTarget target : targets) {
565 IAndroidTarget[] targets = (IAndroidTarget[]) mBuildSdkCombo.getData() local
665 IAndroidTarget[] targets = (IAndroidTarget[]) mBuildSdkCombo.getData(); local
    [all...]
  /system/core/lmkd/
lmkd.c 602 int targets; local
620 targets = nargs / 2;
621 if (nargs & 0x1 || targets > (int)ARRAY_SIZE(lowmem_adj))
623 cmd_target(targets, packet);
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.cpp 47 * ALL_TARGETS - selects all valid targets, 10 x 10
1229 /* Translate proxies into real targets */
1410 /* Translate proxies into real targets */
4841 static const GLenum targets[2] = { GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY }; local
    [all...]
gl4cShaderImageLoadStoreTests.cpp 3843 const GLenum targets[] = { GL_TEXTURE_1D, GL_TEXTURE_2D, local
4386 const GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP, local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 3552 int32_t targets = Transliterator::countAvailableTargets(source); local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 390 Iterator targets = add(new TreeSet(), Transliterator.getAvailableTargets(source)).iterator(); local
392 while(targets.hasNext()) {
393 String target = (String) targets.next();
    [all...]
  /external/python/cpython3/Include/
Python-ast.h 106 asdl_seq *targets; member in struct:_stmt::__anon33052::__anon33057
110 asdl_seq *targets; member in struct:_stmt::__anon33052::__anon33058
465 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
468 stmt_ty _Py_Assign(asdl_seq * targets, expr_ty value, int lineno, int
  /external/python/cpython3/Python/
ast.c 362 validate_assignlist(asdl_seq *targets, expr_context_ty ctx)
364 return validate_nonempty_seq(targets, "targets", ctx == Del ? "Delete" : "Assign") &&
365 validate_exprs(targets, ctx, 0);
393 return validate_assignlist(stmt->v.Delete.targets, Del);
395 return validate_assignlist(stmt->v.Assign.targets, Store) &&
3024 asdl_seq *targets; local
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 834 ControlTransfers* targets; // helper for control flow. member in struct:v8::internal::wasm::InterpreterCode
883 if (code->targets == nullptr && code->start) {
884 // Compute the control targets map and the local declarations.
886 code->targets = new (zone_) ControlTransfers(
908 code->targets = nullptr;
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 1406 Collection<Surface> targets = request.getTargets(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 137 /** List of available targets */
173 /** Dropdown for rendering targets */
176 /** Whether the SDK has changed since the last model reload; if so we must reload targets */
197 setVisible(false); // Delayed until the targets are loaded
390 * Returns the list of available render targets
519 // only attempt to do anything if the SDK and targets are loaded.
715 // only attempt to do anything if the SDK and targets are loaded.
889 IAndroidTarget[] targets = currentSdk.getTargets(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 60 "targets",
64 "targets",
3725 asdl_seq* targets; local
3761 asdl_seq* targets; local
    [all...]

Completed in 1326 milliseconds

1 2 3 4 5 6 7 8 91011>>