Home
last modified time | relevance | path

Searched refs:target (Results 2801 - 2825 of 7637) sorted by relevance

1...<<111112113114115116117118119120>>...306

/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DConverterPerformanceTest.java47 ByteBuffer target = encoder.encode(source); in setup()
49 // target.array() will probably return what we want, but lets take no chances in setup()
50 encBuffer = new byte[target.limit()]; in setup()
52 encBuffer[i] = target.get(i); in setup()
/third_party/jsframework/runtime/main/reactivity/
H A Dobserver.js18 * <p>Once attached, the observer converts target object's property keys<br>
86 * Augment an target Object or Array by defining hidden properties.
87 * @param {Object|Array} target
90 function copyAugment (target, src, keys) {
93 def(target, key, src[key]);
149 if (Dep.target) {
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c296 int current, int target) in app_system_state_nf()
311 switch (target) { in app_system_state_nf()
323 if (target != current) in app_system_state_nf()
295 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/node/lib/internal/bootstrap/
H A Drealm.js200 const getOwn = (target, property, receiver) => {
201 return ObjectPrototypeHasOwnProperty(target, property) ?
202 ReflectGet(target, property, receiver) :
/third_party/node/src/
H A Dfs_event_wrap.cc52 static void Initialize(Local<Object> target,
94 void FSEventWrap::Initialize(Local<Object> target, in Initialize() argument
120 SetConstructorFunction(context, target, "FSEvent", t); in Initialize()
H A Dspawn_sync.h143 static void Initialize(v8::Local<v8::Object> target,
190 const char** target);
192 char** target);
/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h127 // A transition group is a target and a possibly empty set of sources that can
128 // transition to the target. It is represented as a non-empty vector with the
129 // target at index 0.
138 // transition group's target is kept iff it is in {inferred_maps} or if more
174 CallFeedback(base::Optional<HeapObjectRef> target, float frequency, in CallFeedback() argument
178 target_(target), in CallFeedback()
183 base::Optional<HeapObjectRef> target() const { return target_; } in target() function in v8::internal::compiler::CallFeedback
/third_party/node/deps/v8/src/heap/
H A Dmarking-barrier.cc122 HeapObject target) { in RecordRelocSlot()
124 if (!MarkCompactCollector::ShouldRecordRelocSlot(host, rinfo, target)) return; in RecordRelocSlot()
127 MarkCompactCollector::ProcessRelocInfo(host, rinfo, target); in RecordRelocSlot()
121 RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) RecordRelocSlot() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c74 img->type = fd5_tex_type(prsc->target); in translate_image()
83 if (prsc->target == PIPE_BUFFER) { in translate_image()
108 switch (prsc->target) { in translate_image()
H A Dfd5_texture.c173 if (cso->target == PIPE_BUFFER) { in fd5_sampler_view_create()
196 so->texconst2 |= A5XX_TEX_CONST_2_TYPE(fd5_tex_type(cso->target)); in fd5_sampler_view_create()
198 switch (cso->target) { in fd5_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h239 /* render target format for MSAA */
454 translate_texture_target(unsigned target) in translate_texture_target() argument
456 switch (target) { in translate_texture_target()
469 DBG("Unhandled texture target: %i", target); in translate_texture_target()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c60 if (resource->target != PIPE_BUFFER) in rbug_resource_create()
75 if (rb_resource->base.target != PIPE_BUFFER) in rbug_resource_destroy()
188 if (rb_resource->base.target == PIPE_BUFFER) in rbug_transfer_create()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp128 if (sh->target != TARGET_FETCH) { in r600_sb_bytecode_process()
194 if ((sh->target != TARGET_GS && sh->target != TARGET_HS) || pshader->needs_scratch_space) in r600_sb_bytecode_process()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverterTest.java129 // Asserts that a node has only one out edge and returns that edge's target.
132 Node target = Iterables.getOnlyElement(nfa.successors(node)); in assertOutEdge()
133 assertThat(nfa.edgeValue(node, target).get()).isEqualTo(edge); in assertOutEdge()
134 return target; in assertOutEdge()
146 // Follows the given edge from a node (which must be in the graph), returning the target node
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.h36 EGLenum target,
99 EGLenum target,
104 EGLenum target,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DDisplayMtl.h73 EGLenum target,
88 EGLenum target,
111 EGLenum target,
H A DBufferMtl.h116 gl::BufferBinding target,
121 gl::BufferBinding target,
179 gl::BufferBinding target,
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampBase.cpp176 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_2D texture target"); in initAllTextures()
185 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_3D texture target"); in initAllTextures()
194 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_2D_ARRAY texture target"); in initAllTextures()
203 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_CUBE_MAP texture target"); in initAllTextures()
215 "Error binding a texture object to GL_TEXTURE_CUBE_MAP_ARRAY_EXT texture target"); in initAllTextures()
228 "Error binding a texture object to GL_TEXTURE_2D_MULTISAMPLE texture target"); in initAllTextures()
241 "Error binding a texture object to GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES texture target"); in initAllTextures()
253 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_BUFFER_EXT texture target"); in initAllTextures()
334 /** Returns texture target as literals.
336 * @param target E
340 getTexTargetString(glw::GLenum target) getTexTargetString() argument
[all...]
/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp144 void onPrepareDraws(GrMeshDrawTarget* target) override {
146 this->createProgramInfo(target);
150 QuadHelper helper(target, vertexStride, 1);
187 ERRORF(reporter, "Could not create render target context.");
/third_party/optimized-routines/math/
H A DDir.mk36 math-target-objs := $(math-lib-objs) $(math-test-objs)
37 math-objs := $(math-target-objs) $(math-target-objs:%.o=%.os) $(math-host-objs)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp108 auto target = MO.getImm(); in encodeRelCondBrTarget() local
109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget()
110 return target; in encodeRelCondBrTarget()
/third_party/toybox/toys/pending/
H A Dexpr.c106 static void re(char *target, char *pattern, struct value *ret) in re() argument
113 if (!regexec(&pat, target, 2, m, 0) && !m[0].rm_so) { in re()
117 target+m[1].rm_so); in re()
/third_party/protobuf/python/
H A Dsetup.py148 target = 'test_python' variable in test_conformance
153 cmd = 'cd ../conformance && make %s' % (test_conformance.target)
178 test_conformance.target = 'test_python_cpp'
195 # deployment target of macOS 10.9 or later, or iOS 7 or later.
/third_party/python/Lib/turtledemo/
H A Dsorting_animate.py124 target = list(range(10))
125 random.shuffle(target)
126 for i, t in enumerate(target):
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.h52 gl::TextureTarget target,
62 gl::TextureTarget target,
156 gl::TextureTarget target,

Completed in 14 milliseconds

1...<<111112113114115116117118119120>>...306