HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 651 - 675 of 1627) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1135 /* Return true if REF, a handled component reference, has an ARRAY_REF
1139 ref_contains_array_ref (const_tree ref)
1141 gcc_checking_assert (handled_component_p (ref));
1144 if (TREE_CODE (ref) == ARRAY_REF)
1146 ref = TREE_OPERAND (ref, 0);
1147 } while (handled_component_p (ref));
1152 /* Return true if REF has an VIEW_CONVERT_EXPR somewhere in it. */
1155 contains_view_convert_expr_p (const_tree ref)
1157 while (handled_component_p (ref))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1135 /* Return true if REF, a handled component reference, has an ARRAY_REF
1139 ref_contains_array_ref (const_tree ref)
1141 gcc_checking_assert (handled_component_p (ref));
1144 if (TREE_CODE (ref) == ARRAY_REF)
1146 ref = TREE_OPERAND (ref, 0);
1147 } while (handled_component_p (ref));
1152 /* Return true if REF has an VIEW_CONVERT_EXPR somewhere in it. */
1155 contains_view_convert_expr_p (const_tree ref)
1157 while (handled_component_p (ref))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1135 /* Return true if REF, a handled component reference, has an ARRAY_REF
1139 ref_contains_array_ref (const_tree ref)
1141 gcc_checking_assert (handled_component_p (ref));
1144 if (TREE_CODE (ref) == ARRAY_REF)
1146 ref = TREE_OPERAND (ref, 0);
1147 } while (handled_component_p (ref));
1152 /* Return true if REF has an VIEW_CONVERT_EXPR somewhere in it. */
1155 contains_view_convert_expr_p (const_tree ref)
1157 while (handled_component_p (ref))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1135 /* Return true if REF, a handled component reference, has an ARRAY_REF
1139 ref_contains_array_ref (const_tree ref)
1141 gcc_checking_assert (handled_component_p (ref));
1144 if (TREE_CODE (ref) == ARRAY_REF)
1146 ref = TREE_OPERAND (ref, 0);
1147 } while (handled_component_p (ref));
1152 /* Return true if REF has an VIEW_CONVERT_EXPR somewhere in it. */
1155 contains_view_convert_expr_p (const_tree ref)
1157 while (handled_component_p (ref))
    [all...]
  /external/chromium/googleurl/src/
url_parse_unittest.cc 84 const char* ref; member in struct:__anon4869::URLParseCase
190 {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18},
191 {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19},
193 {"http://u:p@h:8/p?", Parsed::REF, true, 17},
194 {"http://u:p@h:8/p?q", Parsed::REF, true, 18},
208 {"", Parsed::REF, true, 0},
233 // Input Scheme Usrname Passwd Host Port Path Query Ref
307 // Use the first question mark for the query and the ref.
345 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref));
    [all...]
  /external/freetype/src/base/
ftrfork.c 163 FT_RFork_Ref *ref = NULL; local
196 if ( FT_NEW_ARRAY( ref, *count ) )
201 if ( FT_READ_USHORT( ref[j].res_id ) )
210 ref[j].offset = temp & 0xFFFFFFL;
213 ft_qsort( ref, *count, sizeof ( FT_RFork_Ref ),
225 offsets_internal[j] = rdata_pos + ref[j].offset;
231 FT_FREE( ref );
  /external/guava/guava-tests/test/com/google/common/cache/
CacheTesting.java 38 import java.lang.ref.Reference;
70 Reference<V> ref = (Reference<V>) valueRef; local
71 if (ref != null) {
72 ref.clear();
87 Reference<?> ref = (Reference<?>) entry; local
88 if (ref != null) {
89 ref.clear();
  /external/skia/src/pdf/
SkPDFTypes.cpp 61 resource->ref();
70 (*resources)[i]->ref();
367 value->ref();
375 value->ref();
437 key->ref();
438 value->ref();
446 value->ref();
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 61 const char* ref; member in struct:__anon17962::ComponentCase
76 const char* ref; member in struct:__anon17962::GetterCase
79 {"http://www.google.com/foo/blah?bar=baz#ref", "http", "www.google.com", 0, "", 0, "blah", "bar=baz", "ref", true},
97 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
111 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
121 // url protocol host port user pass path lastPath query ref
149 if (cases[i].ref)
150 EXPECT_EQ(WTF::String::fromUTF8(cases[i].ref), kurl.fragmentIdentifier());
202 const char* ref; member in struct:__anon17962::ExpectedComponentCase
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 59 public ExtractStyleWizard(ExtractStyleRefactoring ref, LayoutEditorDelegate editor) {
60 super(ref, editor);
61 setDefaultPageTitle(ref.getName());
220 ExtractStyleRefactoring ref = (ExtractStyleRefactoring) getRefactoring(); local
222 mElementCount = ref.getElements().size();
224 mParentStyle = ref.getParentStyle();
230 Pair<Map<String, List<Attr>>, Set<Attr>> result = ref.getAvailableAttributes();
  /external/qemu/telephony/
sms.c 1383 byte_t ref; member in struct:SmsFragmentRec
1488 int ref, max, cur; local
    [all...]
  /external/freetype/src/autofit/
aflatin.c 371 blue_ref = &blue->ref.org;
397 FT_Pos ref = *blue_ref; local
399 FT_Bool over_ref = FT_BOOL( shoot > ref );
404 *blue_shoot = ( shoot + ref ) / 2;
419 FT_TRACE5(( "-- ref = %ld, shoot = %ld\n", *blue_ref, *blue_shoot ));
630 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
631 blue->ref.fit = blue->ref.cur;
637 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale )
    [all...]
afcjk.c 452 blue_ref = & blue->ref.org;
476 FT_Pos ref = *blue_ref; local
478 FT_Bool under_ref = FT_BOOL( shoot < ref );
482 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
491 FT_TRACE5(( "-- cjk %s bluezone ref = %ld shoot = %ld\n",
610 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
611 blue->ref.fit = blue->ref.cur;
617 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale )
    [all...]
aflatin2.c 364 blue_ref = & blue->ref.org;
390 FT_Pos ref = *blue_ref; local
392 FT_Bool over_ref = FT_BOOL( shoot > ref );
396 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
411 FT_TRACE5(( "-- ref = %ld, shoot = %ld\n", *blue_ref, *blue_shoot ));
610 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
611 blue->ref.fit = blue->ref.cur;
617 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale )
    [all...]
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocGenerator.pm 215 @files = (ref($aFile) =~ m/ARRAY/) ? @$aFile : ($aFile);
382 if (ref($aTocs) =~ m/ARRAY/) {
475 ref($aToc->{_templateAnchorName}) eq "CODE" ?
526 ref($aToc->{_templateAnchorHrefBegin}) eq "CODE" ?
540 ref($aToc->{_templateAnchorNameBegin}) eq "CODE" ?
572 ref($aToc->{_templateAnchorNameEnd}) eq "CODE" ?
635 (ref($toc->{_templateAnchorHrefEnd}) eq "CODE") ?
677 if (ref($level) eq "CODE") {
680 if (ref($groupId) eq "CODE") {
746 ref($toc->{_templateTokenNumber}) eq "CODE"
    [all...]
  /external/webp/src/enc/
quant.c 650 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode]; local
658 VP8FTransform(src + VP8Scan[n], ref + VP8Scan[n], tmp[n]);
685 VP8ITransform(ref + VP8Scan[n], tmp[n], yuv_out + VP8Scan[n], 1);
697 const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode]; local
702 VP8FTransform(src, ref, tmp);
711 VP8ITransform(ref, tmp, yuv_out, 0);
718 const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode]; local
726 VP8FTransform(src + VP8Scan[16 + n], ref + VP8Scan[16 + n], tmp[n]);
749 VP8ITransform(ref + VP8Scan[16 + n], tmp[n], yuv_out + VP8Scan[16 + n], 1);
967 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode]; local
994 const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode]; local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 55 section~\ref{sec:cmd-line}), as we felt that discussing some of the
78 will use \texttt{btt} with -- section~\ref{sec:o-D} shows how you
350 \texttt{--all-data} or \texttt{-A} argument (see section~\ref{sec:o-A})
434 provided in section~\ref{sec:activity}.
437 incoming IO requests, for more information see section~\ref{sec:qhist}.
441 see section~\ref{sec:dhist}.
453 section~\ref{sec:o-X} for full details.
456 described in section~\ref{sec:iostat}.
461 details on this file is included in section~\ref{sec:per-io}.
465 section~\ref{sec:lat}
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 537 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT
560 explicit Impl(T& ref) : ref_(ref) {} // NOLINT
844 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) {
845 T& value = ref;
    [all...]
  /external/skia/src/core/
SkStream.cpp 307 fData->ref();
329 fData->ref();
339 fData->ref();
397 proxy->ref();
406 proxy->ref();
761 fCopy->ref();
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 286 Element ref = (Element)nl.item(0); local
287 String surfaceName = getString(ref);
298 ref = (Element)nl.item(0);
299 texName = getString(ref);
353 Element ref = (Element)nl.item(0); local
354 String url = ref.getAttribute("url");
  /external/chromium/chrome/browser/net/
url_fixer_upper_unittest.cc 42 const url_parse::Component ref; member in struct:segment_case
54 url_parse::Component(), // ref
64 url_parse::Component(), // ref
74 url_parse::Component(27, 0), // ref
84 url_parse::Component(), // ref
94 url_parse::Component(52, 3), // ref
104 url_parse::Component(), // ref
114 url_parse::Component(), // ref
125 url_parse::Component(), // ref
135 url_parse::Component(), // ref
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 293 struct ref { }; struct in class:rdar7998817::X
297 X(ref);
299 operator ref();
  /external/eigen/test/
sparse_permutations.cpp 12 template<int OtherStorage, typename SparseMatrixType> void sparse_permutations(const SparseMatrixType& ref)
16 const Index rows = ref.rows();
17 const Index cols = ref.cols();
  /external/emma/lib/
emma_ant.jar 
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 354 obj->ref();
373 obj->ref();
415 object->ref();

Completed in 1039 milliseconds

<<21222324252627282930>>