HomeSort by relevance Sort by last modified time
    Searched full:primitives (Results 51 - 75 of 911) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
Filter.h 39 // in most primitives are given in horizontal and vertical directions.
52 // in most primitives are given in horizontal and vertical directions.
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
choice_helpers_unittest.cc 14 #include "webrtc/video_engine/test/auto_test/primitives/choice_helpers.h"
15 #include "webrtc/video_engine/test/auto_test/primitives/fake_stdin.h"
input_helpers_unittest.cc 12 #include "webrtc/video_engine/test/auto_test/primitives/fake_stdin.h"
13 #include "webrtc/video_engine/test/auto_test/primitives/input_helpers.h"
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseBooleanEncodedValue.java 34 import com.google.common.primitives.Booleans;
35 import com.google.common.primitives.Ints;
BaseCharEncodedValue.java 34 import com.google.common.primitives.Chars;
35 import com.google.common.primitives.Ints;
BaseLongEncodedValue.java 34 import com.google.common.primitives.Ints;
35 import com.google.common.primitives.Longs;
BaseShortEncodedValue.java 34 import com.google.common.primitives.Ints;
35 import com.google.common.primitives.Shorts;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
JcaJceUtils.java 20 * @return an ASN.1 object representing the primitives making up the params parameter.
  /external/chromium_org/third_party/boringssl/src/util/
doc.config 20 "Name": "Low-level crypto primitives",
  /external/chromium_org/third_party/polymer_legacy/
README.chromium 30 browsers begin to implement these new primitives, the polyfill platform layer
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 20 import com.google.common.primitives.Chars;
21 import com.google.common.primitives.Ints;
22 import com.google.common.primitives.Longs;
23 import com.google.common.primitives.Shorts;
  /external/libogg/include/ogg/
ogg.h 116 /* Ogg BITSTREAM PRIMITIVES: bitstream ************************/
156 /* Ogg BITSTREAM PRIMITIVES: encoding **************************/
164 /* Ogg BITSTREAM PRIMITIVES: decoding **************************/
180 /* Ogg BITSTREAM PRIMITIVES: general ***************************/
  /external/tremolo/Tremolo/
ogg.h 170 /* Ogg BITSTREAM PRIMITIVES: bitstream ************************/
183 /* Ogg BITSTREAM PRIMITIVES: decoding **************************/
199 /* Ogg BITSTREAM PRIMITIVES: general ***************************/
226 /* Ogg BITSTREAM PRIMITIVES: return codes ***************************/
  /frameworks/native/opengl/libagl/
Android.mk 22 primitives.cpp.arm \
  /frameworks/rs/driver/runtime/
rs_mesh.c 56 return mesh->mHal.state.primitives[index];
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java 34 private static final Map primitives = new HashMap(8); field in class:ReflectUtils
73 primitives.put("byte", Byte.TYPE);
74 primitives.put("char", Character.TYPE);
75 primitives.put("double", Double.TYPE);
76 primitives.put("float", Float.TYPE);
77 primitives.put("int", Integer.TYPE);
78 primitives.put("long", Long.TYPE);
79 primitives.put("short", Short.TYPE);
80 primitives.put("boolean", Boolean.TYPE);
200 Class c = (Class)primitives.get(className)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 32 * Convert an array of byte primitives to a {@code byte[]} using native endian order.
37 * @param array array of primitives
101 * Convert an array of primitives to a {@code byte[]} using native endian order.
106 * @param array array of primitives
109 * @throws IllegalArgumentException if {@code array} was not an array of primitives
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 120 ** These primitives implement in-process locking using a hash table
254 #define mutex_held(X) (GetCurrentThreadId()==primitives.aHolder[X])
261 } primitives = { 0 }; variable in typeref:struct:AsyncPrimitives
264 if( !primitives.isInit ){
265 primitives.aCond[0] = CreateEvent(NULL, TRUE, FALSE, 0);
266 if( primitives.aCond[0]==NULL ){
269 InitializeCriticalSection(&primitives.aMutex[0]);
270 InitializeCriticalSection(&primitives.aMutex[1]);
271 InitializeCriticalSection(&primitives.aMutex[2]);
272 primitives.isInit = 1
329 } primitives = { variable in typeref:struct:AsyncPrimitives
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
mem_ops_aligned.h 17 * \brief Provides portable memory access primitives for operating on aligned
21 * for a more detailed description of these primitives.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vbuf.h 101 * Draw indexed primitives. Note that indices are ushort. The driver
108 /* Draw non-indexed primitives.
  /external/deqp/doc/testspecs/GLES31/
functional.draw_indirect.txt 25 + Draw all basic primitives
42 Primitive drawing cases draw a group of primitives with random generated
  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 116 , primitives (primitives_)
127 const PrimitiveList& primitives; member in class:rr::DrawCommand
  /external/libvpx/libvpx/vpx_ports/
mem_ops_aligned.h 17 * \brief Provides portable memory access primitives for operating on aligned
21 * for a more detailed description of these primitives.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vbuf.h 101 * Draw indexed primitives. Note that indices are ushort. The driver
108 /* Draw non-indexed primitives.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
mem_ops_aligned.h 17 * \brief Provides portable memory access primitives for operating on aligned
21 * for a more detailed description of these primitives.

Completed in 3407 milliseconds

1 23 4 5 6 7 8 91011>>