HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 801 - 825 of 4292) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
mac_iceland.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
mac_latin2.py 23 def encode(self, input, final=False):
27 def decode(self, input, final=False):
mac_roman.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
mac_romanian.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
mac_turkish.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
ptcp154.py 23 def encode(self, input, final=False):
27 def decode(self, input, final=False):
punycode.py 212 def encode(self, input, final=False):
216 def decode(self, input, final=False):
tis_620.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
  /system/media/camera/docs/
CameraMetadataKeys.mako 69 public static final Key<${jtype_boxed(entry)}> ${entry.name | jkey_identifier} =
  /external/chromium_org/chrome/browser/history/
visit_database_unittest.cc 153 VisitRow final; local
154 GetRowForVisit(original.visit_id, &final);
155 EXPECT_TRUE(IsVisitInfoEqual(modification, final));
  /external/chromium_org/net/websockets/
websocket_basic_stream.cc 299 if (!current_frame_header_->final) {
367 is_final_chunk && current_frame_header_->final;
371 // (containing the type and flags) or have the "final" bit set.
377 result_frame->header.final = is_final_chunk_in_message;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 508 Hash.final(Result);
529 Hash.final(Result);
553 Hash.final(Result);
  /external/llvm/utils/release/
test-release.sh 48 echo " -final The final release candidate."
76 -final | --final )
77 RC=final
177 # Final package name.
179 if [ $RC != "final" ]; then
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 444 ; final coefficients are cut into four blocks:
452 ; from block C and then the final calculations are done using results from
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 444 ; final coefficients are cut into four blocks:
452 ; from block C and then the final calculations are done using results from
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 444 ; final coefficients are cut into four blocks:
452 ; from block C and then the final calculations are done using results from
    [all...]
  /art/runtime/base/
macros.h 35 // C++11 final and override keywords that were introduced in GCC version 4.7.
38 #define FINAL final
41 #define FINAL
129 // !(sizeof(a) & sizeof(*(a))) to size_t in order to ensure the final
  /cts/
CtsTestCaseList.mk 211 # directory of the final CTS distribution.
231 # and that need to be created before making the final CTS distribution.
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 209 /* OVERRIDE and FINAL */
213 #define FINAL final
216 #define FINAL
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
ftfy.sh 96 FINAL_DIFF=final.diff.$$
  /external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp     [all...]
  /external/libvpx/libvpx/tools/
ftfy.sh 96 FINAL_DIFF=final.diff.$$
  /external/skia/src/core/
SkXfermode.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh 96 FINAL_DIFF=final.diff.$$
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 563 struct sockaddr_in6 final; local
569 bzero(&final, sizeof(final));
576 final.sin6_len = sizeof(final);
578 final.sin6_family = AF_INET6;
580 final.sin6_addr = *ip6cp->ip6c_finaldst;
582 final.sin6_addr = ((struct sockaddr_in6 *)pktdst)->sin6_addr;
584 final.sin6_port = sh.dest_port;
585 stcb = sctp_findassociation_addr_sa((struct sockaddr *)&final,
    [all...]

Completed in 1265 milliseconds

<<31323334353637383940>>