HomeSort by relevance Sort by last modified time
    Searched full:firstpass (Results 1 - 25 of 44) sorted by null

1 2

  /external/libvpx/libvpx/vp8/
vp8cx.mk 34 VP8_CX_SRCS-yes += encoder/firstpass.c
43 VP8_CX_SRCS-yes += encoder/firstpass.h
80 VP8_CX_SRCS_REMOVE-yes += encoder/firstpass.c
vp8_cx_iface.c 22 #include "vp8/encoder/firstpass.h"
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleIDParser.java 249 boolean firstPass = true;
251 if (firstPass) {
254 firstPass = false;
308 boolean firstPass = true;
310 if (firstPass) { // first, add hyphen
314 firstPass = false;
401 boolean firstPass = true;
422 if (firstPass && !hadCountry) { // no country, we'll need two
427 if (firstPass) { // only for the first separator
429 firstPass = false
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleIDParser.java 247 boolean firstPass = true;
249 if (firstPass) {
252 firstPass = false;
306 boolean firstPass = true;
308 if (firstPass) { // first, add hyphen
312 firstPass = false;
399 boolean firstPass = true;
420 if (firstPass && !hadCountry) { // no country, we'll need two
425 if (firstPass) { // only for the first separator
427 firstPass = false
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDParser.java 247 boolean firstPass = true;
249 if (firstPass) {
252 firstPass = false;
306 boolean firstPass = true;
308 if (firstPass) { // first, add hyphen
312 firstPass = false;
399 boolean firstPass = true;
420 if (firstPass && !hadCountry) { // no country, we'll need two
425 if (firstPass) { // only for the first separator
427 firstPass = false
    [all...]
  /external/libvpx/libvpx/
vpxstats.c 95 fatal("Failed to realloc firstpass stats buffer.");
CHANGELOG 433 Removed firstpass motion map
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
For.c 299 BOOLEAN FirstPass;
310 FirstPass = FALSE;
335 FirstPass = TRUE;
628 FirstPass = TRUE;
641 if (!FirstPass) {
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp     [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 724 boolean firstPass = true;
738 if (firstPass) {
742 firstPass = false;
    [all...]
  /external/python/cpython3/Modules/
itertoolsmodule.c 861 int firstpass; member in struct:__anon33458
901 lz->firstpass = 0;
932 if (lz->firstpass)
976 lz->firstpass);
983 int firstpass; local
988 if (!PyArg_ParseTuple(state, "O!i", &PyList_Type, &saved, &firstpass)) {
993 lz->firstpass = firstpass != 0;
    [all...]
  /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
AdapterHelperTest.java 931 private void assertDispatch(int firstPass, int secondPass) {
932 assertEquals(firstPass, mFirstPassUpdates.size());
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java     [all...]
GridLayout.java     [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 17 #include "firstpass.h"
firstpass.c 25 #include "firstpass.h"
131 fpfile = fopen("firstpass.stt", "a");
    [all...]
  /external/autotest/server/site_tests/native_Benchmarks/
webm.tar.bz2 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 696 int firstpass; member in struct:__anon4446
735 lz->firstpass = 0;
767 if (!lz->firstpass && PyList_Append(lz->saved, item)) {
786 lz->firstpass = 1;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 677 int firstpass; member in struct:__anon4781
716 lz->firstpass = 0;
748 if (!lz->firstpass && PyList_Append(lz->saved, item)) {
767 lz->firstpass = 1;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 624 // normalize the firstpass stats. This will differ from the
vp9_firstpass.c 103 fpfile = fopen("firstpass.stt", "a");
    [all...]
  /external/python/cpython2/Modules/
itertoolsmodule.c 693 int firstpass; member in struct:__anon32829
732 lz->firstpass = 0;
764 if (!lz->firstpass && PyList_Append(lz->saved, item)) {
783 lz->firstpass = 1;
    [all...]
  /frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
GridLayout.java     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 2060 milliseconds

1 2