HomeSort by relevance Sort by last modified time
    Searched full:sugar (Results 101 - 125 of 288) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython3/Lib/http/
cookies.py 59 >>> C["sugar"] = "wafer"
61 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /external/clang/lib/AST/
Type.cpp 206 /// getDesugaredType - Return the specified type with any "sugar" removed from
306 /// sugar, such as a TypedefType) by removing any existing sugar until it
310 if (const T *Sugar = dyn_cast<T>(Cur))
311 return Sugar;
339 /// sugar off the given type. This should produce an object of the
528 // Single-step desugar until we run out of sugar.
    [all...]
ASTDiagnostic.cpp 29 // whenever we remove significant sugar from the type.
210 /// 1) Some types provide very minimal sugar that doesn't impede the
212 /// specifiers. If this is all the sugar we see, we don't want an
282 // sugar gives us something "significantly different".
    [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 396 // Also look through property-getter sugar.
  /external/clang/lib/Format/
SortJavaScriptImports.cpp 62 // `export`s with URLs are syntactic sugar for an import of the symbol from the
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 167 // which can point to a template instantiation with no sugar in any of
  /external/clang/test/Analysis/
security-syntax-checks.m 89 typedef unsigned short *ushort_ptr_t; // Test that sugar doesn't confuse the warning.
  /external/tensorflow/tensorflow/contrib/lite/
arena_planner_test.cc 27 // A simple op to be used in tests, as syntactic sugar.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 205 * These macros are used to give some sugar to the image routines so that
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 142 "sugar", "sweet",
  /prebuilts/go/linux-x86/src/strings/
replace_test.go 142 "sugar", "sweet",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 71 >>> C["sugar"] = "wafer"
73 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 623 } else if (index == 0 && contains(value, index, 5, "SUGAR")) {
624 //-- special case "sugar-" --//
    [all...]
  /external/python/cpython2/Lib/
Cookie.py 68 >>> C["sugar"] = "wafer"
70 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 71 >>> C["sugar"] = "wafer"
73 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 71 >>> C["sugar"] = "wafer"
73 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 71 >>> C["sugar"] = "wafer"
73 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 71 >>> C["sugar"] = "wafer"
73 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /external/google-breakpad/src/common/
test_assembler_unittest.cc     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 35 /// syntactic sugar has been eliminated. A CanQualType may also have various
  /external/clang/www/
diagnostics.html 128 syntactic sugar to refer to types in their program. This is useful because they
  /external/freetype/src/sfnt/
ttload.c 580 /* the `if' is syntactic sugar for picky compilers */
    [all...]
  /external/libchrome/base/
bind_helpers.h 435 // rvalues. The second takes a pointer to the scoper and is just syntactic sugar
  /external/v8/src/parsing/
pattern-rewriter.cc 184 // is syntactic sugar for:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 35 /// syntactic sugar has been eliminated. A CanQualType may also have various

Completed in 2782 milliseconds

1 2 3 45 6 7 8 91011>>