HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 751 - 775 of 1475) sorted by null

<<31323334353637383940>>

  /external/syslinux/gpxe/src/drivers/bus/
isapnp.c 596 id = &driver->ids[i];
  /external/tensorflow/tensorflow/python/ops/
math_grad.py 258 def _GatherDropNegatives(params, ids, zero_clipped_indices=None,
261 positive segment ids and gathers 0 for inputs with negative segment id.
263 as ids where a positive id is masked as true. With this, the latter two
267 zero_clipped_indices = math_ops.maximum(ids, array_ops.zeros_like(ids))
270 is_positive = math_ops.greater_equal(ids, 0)
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 248 void RsHidlAdaptation::ElementGetSubElements(RsContext context, RsElement element, uintptr_t *ids, const char **names, size_t *arraySizes, uint32_t dataSize)
251 uint64_t _ids = (uint64_t)(uintptr_t)ids;
256 [ids, names, arraySizes, dataSize] (const hidl_vec<uint64_t> &retIds, const hidl_vec<hidl_string> &retNames, const hidl_vec<Size> &retArraySizes){
258 ids[i] = static_cast<uintptr_t>(retIds[i]);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go 63 // Ignore ids. Ops and Types are compared for equality.
93 // ignore ids
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func_test.go 63 // Ignore ids. Ops and Types are compared for equality.
93 // ignore ids
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DataPathTest.py     [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2ext.h 122 typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
125 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
134 GL_APICALL void GL_APIENTRY glDebugMessageControlKHR (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
137 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
    [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 58 // Unique postfix for ids for generated nodes for a given cell.
  /external/lzma/C/
XzDec.c 377 p->ids[coderIndex] = methodId;
582 if (p->ids[i] != block->filters[numFilters - 1 - i].id)
  /external/mesa3d/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 684 GLuint count, const GLubyte *ids)
726 const struct gl_bitmap_glyph *g = &atlas->glyphs[ids[i]];
  /external/selinux/python/sepolgen/src/sepolgen/
refparser.py 313 def expand(ids, s):
314 for id in ids:
  /external/swiftshader/include/GLES3/
gl3.h     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.hpp 79 void (*glDeleteQueriesEXT)(GLsizei n, const GLuint *ids);
110 void (*glGenQueriesEXT)(GLsizei n, GLuint* ids);
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java 794 * @return the IDs of {@link ShortcutInfo}s that match the query.
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputInfo.java 1004 String[] ids = hiddenIdsString.split(TV_INPUT_SEPARATOR); local
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 402 ALOGE("Unmatched field IDs, values, and sizes in closure creation.");
409 ALOGE("Unmatched closures and field IDs for dependencies in closure creation.");
520 ALOGE("Unmatched field IDs, values, and sizes in closure creation.");
1101 RsElement *ids = (RsElement*)malloc(fieldCount * sizeof(RsElement)); local
1159 uintptr_t *ids = (uintptr_t*)malloc(dataSize * sizeof(uintptr_t)); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 449 public void pinShortcuts(String callingPackage, String packageName, List<String> ids,
457 callingPackage, packageName, ids, targetUser.getIdentifier()); local
    [all...]
  /frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
localizemaven-1.1.jar 
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 381 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation.");
388 LOG_ERR("Unmatched closures and field IDs for dependencies in closure creation.");
481 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation.");
955 RsElement *ids = (RsElement*)malloc(fieldCount * sizeof(RsElement)); local
992 uintptr_t *ids = (uintptr_t *)malloc(dataSize * sizeof(uintptr_t)); local
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 437 XAInterfaceID ids[4] = {XA_IID_STREAMINFORMATION, XA_IID_PREFETCHSTATUS, XA_IID_SEEK, local
441 &audioSnk, nativeWindow != NULL ? &imageVideoSink : NULL, NULL, NULL, abq ? 4 : 3, ids,
    [all...]
  /hardware/interfaces/renderscript/1.0/
IContext.hal 581 * @return ids Sub-Element handles
587 generates (vec<Element> ids, vec<string> names,
    [all...]

Completed in 1288 milliseconds

<<31323334353637383940>>