HomeSort by relevance Sort by last modified time
    Searched defs:use (Results 151 - 175 of 495) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
SmartPtr.h 5 * you may not use this file except in compliance with the License.
49 use();
62 use();
112 use();
128 use();
141 int use() { function in class:SmartPtr
  /external/clang/test/CodeGenCXX/
const-init-cxx1y.cpp 46 const int &use = i<void>; member in namespace:VariableTemplateWithConstRef
54 const int &use = i<void>; member in namespace:HiddenVariableTemplateWithConstRef
attribute_internal_linkage.cpp 66 void use() { function
explicit-instantiation.cpp 124 auto use = &Outer<char>::Inner::f; member in namespace:NestedClasses
extern-c.cpp 44 void *use = &test1_b; member in namespace:test1
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_live_variables.h 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
45 BITSET_WORD *use; member in struct:brw::block_data
brw_fs_live_variables.h 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
47 BITSET_WORD *use; member in struct:brw::block_data
  /external/mockito/src/test/java/org/mockitousage/examples/use/
ArticleManager.java 6 package org.mockitousage.examples.use;
ExampleTest.java 6 package org.mockitousage.examples.use;
  /external/pdfium/fxjs/xfa/
cjx_font.cpp 2 // Use of this source code is governed by a BSD-style license that can be
33 void CJX_Font::use(CFXJSE_Value* pValue, function in class:CJX_Font
cjx_barcode.cpp 2 // Use of this source code is governed by a BSD-style license that can be
117 void CJX_Barcode::use(CFXJSE_Value* pValue, function in class:CJX_Barcode
cjx_draw.cpp 2 // Use of this source code is governed by a BSD-style license that can be
47 void CJX_Draw::use(CFXJSE_Value* pValue, function in class:CJX_Draw
cjx_source.cpp 2 // Use of this source code is governed by a BSD-style license that can be
169 void CJX_Source::use(CFXJSE_Value* pValue, function in class:CJX_Source
  /external/v8/src/crankshaft/
hydrogen-infer-representation.cc 2 // Use of this source code is governed by a BSD-style license that can be
35 // indirectly through a transitive closure of the def-use relation.
44 HValue* use = it.value(); local
45 if (use->IsPhi()) {
46 int id = HPhi::cast(use)->phi_id();
103 // Use the phi reachability information from step 2 to
104 // sum up the non-phi use counts of all connected phis.
hydrogen-uint32-analysis.cc 2 // Use of this source code is governed by a BSD-style license that can be
32 bool HUint32AnalysisPhase::IsSafeUint32Use(HValue* val, HValue* use) {
34 if (use->IsBitwise() || use->IsShl() || use->IsSar() || use->IsShr()) {
36 } else if (use->IsSimulate() || use->IsArgumentsObject()) {
39 } else if (use->IsChange()) {
44 DCHECK(HChange::cast(use)->to().IsDouble() |
80 HValue* use = it.value(); local
100 HValue* use = it.value(); local
    [all...]
  /external/valgrind/memcheck/tests/amd64/
insn-pmovmskb.c 39 /* Use a value that we know is invalid. */
40 static void use(int index, int invalid) function
58 copy that we can use without generating a memcheck warning. */
69 else use(bit, result & mask);
73 else use(bit, result & mask);
77 else use(bit, result & mask);
81 else use(bit, result & mask);
85 else use(bit, result & mask);
89 else use(bit, result & mask);
93 else use(bit, result & mask)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/display/
AmbientDisplaySettingsTest.java 5 * you may not use this file except in compliance with the License.
56 doReturn(controller).when(mTestFragment).use(
68 doReturn(controller).when(mTestFragment).use(
79 doReturn(controller).when(mTestFragment).use(DoubleTapScreenPreferenceController.class);
89 doReturn(controller).when(mTestFragment).use(PickupGesturePreferenceController.class);
97 protected <T extends AbstractPreferenceController> T use(Class<T> clazz) { method in class:AmbientDisplaySettingsTest.TestFragment
98 return super.use(clazz);
  /prebuilts/go/darwin-x86/test/
nilptr2.go 4 // Use of this source code is governed by a BSD-style
38 func use(interface{}) { func
54 {"*a10p", func() { use(*a10p) }},
60 {"*structp", func() { use(*structp) }},
76 {"*bigstructp", func() { use(*bigstructp) }},
  /prebuilts/go/linux-x86/test/
nilptr2.go 4 // Use of this source code is governed by a BSD-style
38 func use(interface{}) { func
54 {"*a10p", func() { use(*a10p) }},
60 {"*structp", func() { use(*structp) }},
76 {"*bigstructp", func() { use(*bigstructp) }},
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.c 90 void use(char *p) { function
97 use(buffer);
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
p1.cpp 10 int use = old; // expected-warning {{'old' is deprecated}} variable
  /external/deqp/modules/glshared/
glsMemoryStressCase.hpp 10 * you may not use this file except in compliance with the License.
55 bool use; member in struct:deqp::gls::MemObjectConfig
61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc);
  /external/kotlinc/lib/
kotlin-stdlib-jre7.jar 
  /external/libnl/src/lib/
ct.c 82 uint32_t use = nl_cli_parse_u32(arg); local
83 nfnl_ct_set_use(ct, use);
  /external/syslinux/gpxe/src/core/
debug.c 73 /* Fill a region with guard markers. We use a 4-byte pattern to make
150 static unsigned long use; local
156 use++;
161 acs[i].last_used = use;
168 oldest_last_used = use;
176 acs[oldest].last_used = use;

Completed in 949 milliseconds

1 2 3 4 5 67 8 91011>>