/bionic/libc/upstream-freebsd/ |
README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-netbsd/ |
README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-openbsd/ |
README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/ |
Makefile | 5 # pull in the master "inherited" definitions
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/ |
Makefile | 5 # pull in the master "inherited" definitions
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/ |
Makefile | 5 # pull in the master "inherited" definitions
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/ |
Makefile | 5 # pull in the master "inherited" definitions
|
/external/libavc/encoder/ |
ih264e_modify_frm_rate.h | 59 * Frame rate of current frame due to pull down 89 * Function to init pull down frame rate memtab 92 * pull down frame rate context 112 * @brief Initializes the pull down frame rate state structure based on input 116 * Initializes the pull down frame rate state structure based on input frame rate 119 * Pull down frame rate context 136 * @brief Function to update pull down frame rate 140 * is skipped or not. If it is skipped for pull down then the current frame 141 * rate for the pull down period is signaled as 4/5th of the original frame 143 * input frame rate to 4/5th of input frame rate as and when more 3:2 pull [all...] |
ih264e_modify_frm_rate.c | 87 * Function to init pull down frame rate memtab 90 * pull down frame rate context 131 * @brief Initializes the pull down frame rate state structure based on input 135 * Initializes the pull down frame rate state structure based on input frame rate 138 * Pull down frame rate context 169 * @brief Function to update pull down frame rate 173 * is skipped or not. If it is skipped for pull down then the current frame 174 * rate for the pull down period is signaled as 4/5th of the original frame 176 * input frame rate to 4/5th of input frame rate as and when more 3:2 pull 180 * Pull down frame rate contex [all...] |
/external/llvm/lib/Fuzzer/ |
pull_and_push_fuzz_corpus.sh | 11 git pull --rebase --no-edit 15 git pull --rebase --no-edit
|
/external/autotest/client/bin/ |
sysinfo.py | 8 # pull in some data stucture stubs from base_sysinfo, for convenience
|
/prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.pom | 7 <name>kXML 2 is a small XML pull parser based on the common XML pull API</name> 9 <description>kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API.</description>
|
/prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/ |
xmlpull-1.1.3.1.pom | 6 <name>XML Pull Parsing API</name>
|
/prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.pom | 7 <name>kXML 2 is a small XML pull parser based on the common XML pull API</name> 9 <description>kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API.</description>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/ |
maven-plugin-parameter-documenter-2.0.9.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/ |
maven-repository-metadata-2.2.1.jar | |
/external/chromium-trace/catapult/third_party/html5lib-python/ |
CONTRIBUTING.rst | 4 Pull requests are more than welcome ? both to the library and to the 20 against all pull requests and should enforce all of the above. 31 multiple fixes/features in the same pull request. If you find an 32 unrelated bug, create a distinct branch and submit a separate pull 49 - **Squash commits** before submitting the pull request so that a single 53 - **Don't rebase after creating the pull request.** Merge with upstream, 56 squash and rebase your pull request while accepting it. Even though 57 GitHub won't recognize the pull request as accepted, the squashed
|
/external/opencv3/ |
README.md | 14 Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute> 18 * One pull request per issue;
|
/device/google/contexthub/firmware/inc/ |
gpio.h | 70 /* Configures the direction and pull type of a GPIO */ 71 void gpioConfigInput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull); 72 void gpioConfigOutput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode odrMode, bool value); 73 void gpioConfigAlt(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode odrMode, uint32_t altFunc);
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
gpio.c | 96 static void gpioConfigWithNum(uint32_t gpioNum, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode output) 110 /* pull ups/downs */ 111 block->PUPDR = (block->PUPDR & ~mask_2b) | (((uint32_t)pull) << shift_2b); 112 /* push/pull or open drain */ 119 static void gpioConfigInputWithNum(uint32_t gpioNum, int32_t gpioSpeed, enum GpioPullMode pull) 125 gpioConfigWithNum(gpioNum, gpioSpeed, pull, GPIO_OUT_PUSH_PULL); 131 void gpioConfigInput(const struct Gpio* __restrict gpioHandle, int32_t gpioSpeed, enum GpioPullMode pull) 134 gpioConfigInputWithNum((uint32_t)gpioHandle - GPIO_HANDLE_OFFSET, gpioSpeed, pull); 137 static void gpioConfigOutputWithNum(uint32_t gpioNum, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode output, bool value) 143 gpioConfigWithNum(gpioNum, gpioSpeed, pull, output) [all...] |
/external/dlmalloc/ |
README.txt | 3 upstream and then pull down the new version of the file.
|
/external/opencv3/samples/android/hello-android/ |
run.sh | 15 adb pull /mnt/sdcard/HelloAndroid.png || return
|
/external/skia/platform_tools/ios/bin/ |
ios_pull_if_needed | 10 # Pull the given file/directory off the device.
|
/external/chromium-trace/catapult/third_party/six/ |
CHANGES | 11 - Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves` 14 - Pull request #60 and issue #108: Add `six.moves.getcwd` and 17 - Pull request #64: Add `create_unbound_method` to create unbound methods. 24 - Pull request #48 and issue #15: Add the `python_2_unicode_compatible` 27 - Pull request #57 and issue #50: Add several compatibility methods for unittest 30 - Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and 39 - Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary 64 - Pull request #45: Add `six.moves.email_mime_nonmultipart`. 92 - Pull request #30: Implement six.moves with a PEP 302 meta path hook. 94 - Pull request #32: Add six.wraps, which is like functools.wraps but always set [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-repository-metadata-3.2.1.jar | |