HomeSort by relevance Sort by last modified time
    Searched full:hist (Results 276 - 300 of 392) sorted by null

<<111213141516

  /external/harfbuzz_ng/src/
hb-coretext.cc 418 { 'hist', kLigaturesType, kHistoricalLigaturesOnSelector, kHistoricalLigaturesOffSelector },
    [all...]
  /external/libedit/src/
history.c 48 * hist.c: TYPE(History) access functions
  /external/libpng/contrib/libtests/
pngunknown.c 220 { "hIST", PNG_INFO_hIST, png_hIST,
    [all...]
  /external/mksh/src/
edit.c 5071 int hist; local
    [all...]
  /external/netperf/src/
Makefile.in 223 COMMON_SRC = hist.h netlib.c netlib.h netcpu.h netsh.c netsh.h nettest_bsd.c nettest_bsd.h nettest_dlpi.c nettest_dlpi.h nettest_unix.c nettest_unix.h nettest_xti.c nettest_xti.h nettest_sctp.c nettest_sctp.h netperf_version.h nettest_sdp.c nettest_sdp.h nettest_omni.c net_uuid.c dscp.c
nettest_sdp.c 78 #include "hist.h"
103 static HIST time_hist;
    [all...]
  /external/opencv3/3rdparty/libpng/
pngread.c 1066 png_free(png_ptr, png_ptr->hist);
    [all...]
png.c 488 /* Free any hIST entry */
491 png_free(png_ptr, info_ptr->hist);
492 info_ptr->hist = NULL;
    [all...]
pngwrite.c 167 png_write_hIST(png_ptr, info_ptr->hist, info_ptr->num_palette);
    [all...]
  /frameworks/base/packages/SettingsLib/res/values-pt/
strings.xml 76 <string name="bluetooth_pairing_will_share_phonebook" msgid="4982239145676394429">"O pareamento dá acesso a seus contatos e ao histórico de chamadas quando estiver conectado."</string>
    [all...]
  /frameworks/base/packages/SettingsLib/res/values-pt-rBR/
strings.xml 76 <string name="bluetooth_pairing_will_share_phonebook" msgid="4982239145676394429">"O pareamento dá acesso a seus contatos e ao histórico de chamadas quando estiver conectado."</string>
    [all...]
  /frameworks/base/packages/SettingsLib/res/values-pt-rPT/
strings.xml 76 <string name="bluetooth_pairing_will_share_phonebook" msgid="4982239145676394429">"A sincronização concede acesso aos seus contactos e ao histórico de chamadas quando tem uma ligação estabelecida."</string>
    [all...]
  /frameworks/base/packages/SettingsLib/res/values-sk/
strings.xml 76 <string name="bluetooth_pairing_will_share_phonebook" msgid="4982239145676394429">"Párovaním udelíte zariadeniam po pripojení prístup k svojim kontaktom a histórii hovorov."</string>
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp     [all...]
  /external/svox/pico/lib/
picokdt.c     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 832 ActivityRecord hist = heavy.activities.get(0); local
    [all...]
  /external/libpng/
libpng-manual.txt 624 104, 73, 83, 84, (png_byte) '\0', /* hIST */
    [all...]
example.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gprof.info     [all...]
  /toolchain/binutils/binutils-2.25/gprof/
gprof.texi     [all...]
  /device/google/contexthub/firmware/src/algos/
accel_cal.c 501 // Creating temp hist data.
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/compress/
flate.a 77 func @"".NewReader (@"".r·2 @"io".Reader) (? @"io".ReadCloser) { var @"".f·3 @"".decompressor; ; @"".f·3.@"".bits = new([316]int); @"".f·3.@"".codebits = new([19]int); @"".f·3.@"".r = @"".makeReader(@"".r·2); @"".f·3.@"".hist = new([32768]byte); @"".f·3.@"".step = (*@"".decompressor).@"".nextBlock; return &@"".f·3 }
91 type @"".decompressor struct { @"".r @"".Reader; @"".roffset int64; @"".woffset int64; @"".b uint32; @"".nb uint; @"".h1 @"".huffmanDecoder; @"".h2 @"".huffmanDecoder; @"".bits *[316]int; @"".codebits *[19]int; @"".hist *[32768]byte; @"".hp int; @"".hw int; @"".hfull bool; @"".buf [4]byte; @"".step func(? *@"".decompressor); @"".final bool; @"".err error; @"".toRead []byte; @"".hl *@"".huffmanDecoder; @"".hd *@"".huffmanDecoder; @"".copyLen int; @"".copyDist int }
99 func (@"".f·1 *@"".decompressor "esc:0x9") @"".flush (@"".step·2 func(? *@"".decompressor)) { @"".f·1.@"".toRead = @"".f·1.@"".hist[@"".f·1.@"".hw:@"".f·1.@"".hp]; @"".f·1.@"".woffset += int64(@"".f·1.@"".hp - @"".f·1.@"".hw); @"".f·1.@"".hw = @"".f·1.@"".hp; if @"".f·1.@"".hp == 0x8000 { @"".f·1.@"".hp = 0x0; @"".f·1.@"".hw = 0x0; @"".f·1.@"".hfull = true }; @"".f·1.@"".step = @"".step·2 }
105 func (@"".f·1 *@"".decompressor "esc:0x1") @"".setDict (@"".dict·2 []byte "esc:0x9") { if len(@"".dict·2) > 0x8000 { @"".dict·2 = @"".dict·2[len(@"".dict·2) - 0x8000:] }; @"".f·1.@"".hp = copy(@"".f·1.@"".hist[:], @"".dict·2); if @"".f·1.@"".hp == 0x8000 { @"".f·1.@"".hp = 0x0; @"".f·1.@"".hfull = true }; @"".f·1.@"".hw = @"".f·1.@"".hp }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/compress/
flate.a 77 func @"".NewReader (@"".r·2 @"io".Reader) (? @"io".ReadCloser) { var @"".f·3 @"".decompressor; ; @"".f·3.@"".bits = new([316]int); @"".f·3.@"".codebits = new([19]int); @"".f·3.@"".r = @"".makeReader(@"".r·2); @"".f·3.@"".hist = new([32768]byte); @"".f·3.@"".step = (*@"".decompressor).@"".nextBlock; return &@"".f·3 }
91 type @"".decompressor struct { @"".r @"".Reader; @"".roffset int64; @"".woffset int64; @"".b uint32; @"".nb uint; @"".h1 @"".huffmanDecoder; @"".h2 @"".huffmanDecoder; @"".bits *[316]int; @"".codebits *[19]int; @"".hist *[32768]byte; @"".hp int; @"".hw int; @"".hfull bool; @"".buf [4]byte; @"".step func(? *@"".decompressor); @"".final bool; @"".err error; @"".toRead []byte; @"".hl *@"".huffmanDecoder; @"".hd *@"".huffmanDecoder; @"".copyLen int; @"".copyDist int }
99 func (@"".f·1 *@"".decompressor "esc:0x9") @"".flush (@"".step·2 func(? *@"".decompressor)) { @"".f·1.@"".toRead = @"".f·1.@"".hist[@"".f·1.@"".hw:@"".f·1.@"".hp]; @"".f·1.@"".woffset += int64(@"".f·1.@"".hp - @"".f·1.@"".hw); @"".f·1.@"".hw = @"".f·1.@"".hp; if @"".f·1.@"".hp == 0x8000 { @"".f·1.@"".hp = 0x0; @"".f·1.@"".hw = 0x0; @"".f·1.@"".hfull = true }; @"".f·1.@"".step = @"".step·2 }
105 func (@"".f·1 *@"".decompressor "esc:0x1") @"".setDict (@"".dict·2 []byte "esc:0x9") { if len(@"".dict·2) > 0x8000 { @"".dict·2 = @"".dict·2[len(@"".dict·2) - 0x8000:] }; @"".f·1.@"".hp = copy(@"".f·1.@"".hist[:], @"".dict·2); if @"".f·1.@"".hp == 0x8000 { @"".f·1.@"".hp = 0x0; @"".f·1.@"".hfull = true }; @"".f·1.@"".hw = @"".f·1.@"".hp }
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 194 NULL, "q-hist", 1, "Show quantizer histogram (n-buckets)");
196 NULL, "rate-hist", 1, "Show rate histogram (n-buckets)");
    [all...]

Completed in 1863 milliseconds

<<111213141516